-
Notifications
You must be signed in to change notification settings - Fork 174
Language options #3123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Language options #3123
Conversation
RichDom2185
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just the one comment, thanks!
| 2?: string; // For mission control | ||
| }>; | ||
| moduleParams?: any; | ||
| languageOptions?: any; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Double check, can we avoid any here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have fixed this on the latest push. Thanks!
Pull Request Test Coverage Report for Build 19103251689Details
💛 - Coveralls |
RichDom2185
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks! Let's test this out on .org
This PR's objective to add language options support to Source Academy. The use case for now is to allow instructors to configure the strictness of Source Typed variants.
This PR enables the assessments workspace to correctly fetch and process the new
Libraryschema from the backend.Please first merge the PR on js-slang before merging this one.